home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / bimod_q.arc / BIMOD_Q.SCR < prev    next >
Text File  |  1991-02-28  |  1KB  |  29 lines

  1. NOTE  _______________________________________________________________________
  2. NOTE |                                                                       |
  3. NOTE | A Sample Script file for use with Qmodem 3.?   (Test Drive at least)  |
  4. NOTE |                                                                       |
  5. NOTE | This script will execute BiPath so you may modify your transfer       |
  6. NOTE | request lists, and then will Request BiModem from the Bulletin Board. |
  7. NOTE | If selection of BiModem is not done by typing a B and pressing the    |
  8. NOTE | carraige return, you will have to either modify this script file or   |
  9. NOTE | start BiModem on the board before executing this script.              |
  10. NOTE |_______________________________________________________________________|
  11. NOTE
  12. NOTE 
  13. NOTE Hit any Key To Continue....
  14. STRING CONTINUE
  15. GET CONTINUE 1
  16.  
  17. . Very simple yet it really helps.   Now if you execute this script from
  18. . Qmodem using the ALT F key, it should do the trick.  Feel free to enhance
  19. . this as there are many directions you could take.
  20.  
  21. DOS "BiPath/BiModem.Pth"
  22. SEND "B{"
  23. DOS "BiModem"
  24. BEEP 1000
  25. BEEP 1500
  26. BEEP 2000
  27. CLRSCR
  28. EXIT
  29.